home *** CD-ROM | disk | FTP | other *** search
-
- Visual Engineering - Visual Texture 2 v1.00
- -------------------------------------------
-
- This script will apply one of atleast 4*6*2*3 carefully selected
- effects to tileable texture.
-
-
-
-
- Test the script with "TestMaterials/VisualTexture-berry.jpg".
-
- Might be a good idea to set a hotkey for Resize400x400.rexx.
-
-
-
- There's other useful effects, which didn't fit to this script.
- Try these to original texture:
-
- - Vignette / Grey
- - Local Contrast Stretch
- - Fresco
-
-
- Try these before Visual Texture 2:
-
- - Equalization
- - Gamma (-100)
-
-
-
-
- You can call this script from your own scripts, too.
-
-
- address command "rexx:rx ie:arexx/VisualTexture2.rexx" <texture> <smoothness> <conv> <reflect> <method>
-
- - <texture> is the name of the tileable texture
- - <smoothness> smoothing effect (GAUSSIAN,LOWPASS,MEDIAN)
- - <conv> number of style
- - <reflect> YES or NO
- - <method> SHINY,DARK,FADED
-
-
-
- Next lines return you the name of this new picture.
-
- PROJECT_LIST
- xyz=result
- pic=subword(xyz,1,1)
-
-
-
-
- Example:
-
- rx ie:ARexx/VisualTexture2.rexx 000_testpic.iff none none 0 shiny
-
-
-
-
-
- HISTORY
-
- 1.00
-
- History started
-
-
-
-
-
- The archive, where this file came from, can be distributed using
- any kind of media (CD, Email, Net, BBS, FTP...), but contents of
- original archive must not be seperated from each other.
-
- You may modify the script for your own use, but don't except me to
- fix it, when you broke it. You may NOT spread modified versions of
- the script, nor part of it.
-
- If you are going to spread a script of yours, which calls one of
- Visual Engineering -scripts, you must include either to
- documentfile of your script or header of the script itself, Visual
- Engineering -websiteaddress and author's name and email address.
-
- Like this:
-
-
- /*
-
- This script uses Visual Engineering -script(s):
- AddSpace.rexx, PrimaryColors.rexx
-
- By Marko Seppänen <marko.seppanen@wwnet.fi>
-
- Visual Engineering website:
- http://wwnet.fi/users/smarko/visual/
-
- */
-
-
-